home *** CD-ROM | disk | FTP | other *** search
/ Thinkin' Science - 1st & 2nd Grades / Thinkin' Science - First and Second Grades (Edmark)(Version 1.0)(1997).ISO / pc / dearpar / dpdata / dp.dir / 00074_Script_Smacker Video Invoked Frame Script < prev    next >
Text File  |  1997-09-03  |  374b  |  26 lines

  1. on exitFrame
  2.   
  3.   global gSmkObject, gMovie_Path
  4.   
  5.   
  6.   -- Set cursor to watch 
  7.   cursor 4
  8.   updateStage
  9.   
  10.   -- allow mouseDown event to turn off movie
  11.   set the mouseUpScript = EMPTY
  12.   
  13.   -- Play the smacker movie with one sound track and no preload.
  14.   DoSmackerVideo()
  15.   
  16.   -- set the mouseDownScript = EMPTY
  17.   
  18.   cursor - 1
  19.   
  20.   exit
  21.   
  22. end
  23.  
  24.  
  25.  
  26.